-
Notifications
You must be signed in to change notification settings - Fork 679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[spellcheck] Part 3: Spell check directories debug_scripts and docs #12787
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #12787 +/- ##
==========================================
- Coverage 70.53% 70.52% -0.01%
==========================================
Files 846 846
Lines 174904 174904
Branches 174904 174904
==========================================
- Hits 123372 123355 -17
- Misses 46282 46296 +14
- Partials 5250 5253 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nits
@@ -107,7 +107,7 @@ collection of old block data which is no longer needed. | |||
### TrieRefcountChange | |||
|
|||
Because we remove unused nodes during garbage collection, we need to track | |||
the reference count (`rc`) for each node. Another reason is that we can dedup | |||
the reference count (`rc`) for each node. Another reason is that we can de-dup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't find "de-dup" in google, only dedup
docs/practices/workflows/io_trace.md
Outdated
@@ -236,7 +238,7 @@ Afterwards, a value with 16 bytes (a `u128`) is fetched from the trie state. | |||
To serve this, it required reading 30 trie nodes, 19 of them were cached in the | |||
accounting cache and were not charged the full gas cost. And the remaining 11 | |||
missed the accounting cache but they hit the shard cache. Nothing needed to be | |||
fetched from DB because the Sweatcoin specific prefetcher has already loaded | |||
fetched from DB because the SweatCoin specific prefetcher has already loaded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
No description provided.